projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc00f69
)
* keymap.c (access_keymap_1): Now static.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 3 Jul 2011 06:15:12 +0000
(23:15 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 3 Jul 2011 06:15:12 +0000
(23:15 -0700)
src/ChangeLog
patch
|
blob
|
history
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 8b4029bd7b34520231754b9c1113a7a6837a3a7f..e2f66eec15bbb10afb89914950afec244477104d 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ * keymap.c (access_keymap_1): Now static.
+
2011-07-02 Chong Yidong <cyd@stupidchicken.com>
* keyboard.c (command_loop_1): If a down-mouse event is unbound,
diff --git
a/src/keymap.c
b/src/keymap.c
index 062fb5d0d5f3d33b6abb2898aac1cc079a660061..be31f72eec6fd2592df07aa37d84e9c341540feb 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-388,7
+388,7
@@
Return PARENT. PARENT should be nil or another keymap. */)
Returns Qunbound if no binding was found (and returns Qnil if a nil
binding was found). */
-Lisp_Object
+
static
Lisp_Object
access_keymap_1 (Lisp_Object map, Lisp_Object idx, int t_ok, int noinherit, int autoload)
{
/* If idx is a list (some sort of mouse click, perhaps?),